home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 April
/
Macworld (1999-04).dmg
/
Serious Software
/
GrooveMaker demo
/
GrooveMaker Demo
/
Media
/
Credits.dxr
/
00010.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1998-07-27
|
274 b
|
14 lines
on mouseDown
repeat while the mouseDown
set the memberNum of sprite 3 to the number of member "Hok"
updateStage()
end repeat
end
on mouseUp
set the memberNum of sprite 3 to the number of member "ok"
updateStage()
go("start")
close(window "credits")
end